Geoffrey E. Hinton
概述 (50-200字符)
Geoffrey Everest Hinton (1947–),英国裔加拿大计算机科学家和认知心理学家,2024 年图灵奖得主,被誉为"深度学习教父"。1986 年与David E. Rumelhart和Ronald J. Williams共同发表反向传播里程碑论文。
关键内容 (≥300字符, 用双链)
-
反向传播论文:1986 年,Hinton 与 Rumelhart、Williams 在 Nature 发表《Learning Representations by Back-propagating Errors》,系统阐述了反向传播算法。论文使多层感知机的训练成为可能,解决了感知机 XOR 危机后十余年的研究停滞。论文还展示了网络能够自动学习有意义的内部表示,如家族关系实验中的抽象概念。
-
深度学习的坚持者:在神经网络研究的"AI 寒冬"期间(1970s–2000s),Hinton 是少数坚持神经网络研究方向的学者之一。他提出了 Boltzmann Machine、Dropout、ReLU 的早期探索等关键贡献,始终相信深层网络的学习能力。
-
AlexNet 与深度学习革命:2012 年,Hinton 的学生 Alex Krizhevsky 提出的 AlexNet 在 ImageNet 竞赛中以压倒性优势夺冠,使用ReLU激活函数和 GPU 加速,标志着深度学习时代的正式到来。Hinton 是这一突破的学术导师和推动者。
-
图灵奖与晚年:2018 年,Hinton 与 Yann LeCun、Yoshua Bengio 共同获得图灵奖,表彰他们在深度学习领域的贡献。2023 年,Hinton 从 Google 离职,公开表达对 AI 安全风险的担忧,成为 AI 安全讨论的重要声音。2024 年,Hinton 与 John Hopfield 共同荣获诺贝尔物理学奖,表彰其"利用人工神经网络实现机器学习的基础性发现"。
来源
- [Nature 323(6088), 533–536] — Rumelhart, Hinton & Williams (1986)
- raw/articles/ai-papers/foundations/paper_02_backpropagation.md — 源文件
- [Krizhevsky, A., Sutskever, I., & Hinton, G. E. (2012). ImageNet classification with deep convolutional neural networks. NeurIPS, 25.] — AlexNet 论文
- [Srivastava, N., Hinton, G., Krizhevsky, A., Sutskever, I., & Salakhutdinov, R. (2014). JMLR, 15(1), 1929–1958.] — Dropout 论文
- raw/articles/ai-papers/machine-learning/09_dropout_2014.md — 源文件
- raw/articles/ai-papers/foundations/paper_03_alexnet.md — AlexNet 论文精读(新)
相关
- David E. Rumelhart — collaborated_with
- Ronald J. Williams — collaborated_with
- Learning Representations by Back-propagating Errors — authored
- Learning Representations by Back-propagating Errors (1986 论文) — authored
- 反向传播 — co_invented
- AlexNet — advised
- ReLU激活函数 — popularized
- 深度学习 — pioneered
- Dropout: A Simple Way to Prevent Neural Networks from Overfitting (2014 论文) — co_author
- Dropout(随机失活) — co_invented
- Nitish Srivastava — collaborated_with
- Alex Krizhevsky — collaborated_with
- Ilya Sutskever — collaborated_with
- Ruslan Salakhutdinov — collaborated_with
- John Hopfield — co_laureate_nobel_2024
- DNNresearch — founded
- NeurIPS — published_at
- ILSVRC(ImageNet大规模视觉识别挑战赛) — student_won